projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
482db54
)
(font-lock-keyword-face, font-lock-set-defaults, font-lock-string-face):
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Aug 2005 11:15:37 +0000
(11:15 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Aug 2005 11:15:37 +0000
(11:15 +0000)
Add defvars.
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index e35ddf9419fea8662ffc445c53aec64e02f903e6..6d73abb1432716f5760dc33b47e509d88294fa8f 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-219,6
+219,10
@@
(eval-when-compile ;; needed in Emacs 19, 20
(setq max-specpdl-size 2000))
+(defvar font-lock-keyword-face)
+(defvar font-lock-set-defaults)
+(defvar font-lock-string-face)
+
;;; Allow customization
(defgroup SQL nil